home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / imexporters / csv / profiles / aqmoney1.conf < prev    next >
Text File  |  2014-12-19  |  1KB  |  44 lines

  1.  
  2. char name="AqMoney1"
  3. char shortDescr="Profile for AqMoney1 CSV files"
  4. char version="5.4.2"
  5. char longDescr="This profile supports the CSV format used by AqMoney (1)"
  6. int import="1"
  7. int export="1"
  8.  
  9. char type="csv"
  10. char groupNames="transaction", "transfer", "debitnote", "line"
  11. char dateFormat="*D.*M.YYYY"
  12. int utc="0"
  13.  
  14. params {
  15.   # if 1 then values are quoted
  16.   quote="1"
  17.   
  18.   # if 1 then a title line will be written containing the names of each
  19.   # column
  20.   title="1"
  21.   
  22.   # special values are "TAB" and "SPACE"
  23.   delimiter=";" 
  24.   
  25.   # this is the group name looked for in the given data to GWEN_CSV_Write
  26.   # if not given then all groups match
  27.   #group="transaction"
  28.   
  29.   # this group contains the definition for each column
  30.   # each variable in this group has its number as name
  31.   # you can use index variables in the names (using square brackets)
  32.   # the value of each of these variables is the name of a variable to be looked
  33.   # up in the data given to GWEN_CSV_Write
  34.   columns {
  35.     1="remoteName[0]"
  36.     2="purpose[0]"
  37.     3="value/value"
  38.     4="value/currency"
  39.     5="valutadate"
  40.   } # columns
  41.  
  42. } # params
  43.  
  44.